aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-04sched/core: Better document the try_to_wake_up() barriersPeter Zijlstra1-0/+3
2015-10-06sched/core: Remove a parameter in the migrate_task_rq() functionxiaofeng.yan1-1/+1
2015-10-06sched/core: Fix task and run queue sched_info::run_delay inconsistenciesPeter Zijlstra1-6/+8
2015-10-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changesIngo Molnar1-2/+3
2015-10-06sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra1-2/+3
2015-09-23sched/deadline: Unify dl_time_before() usageJuri Lelli1-5/+0
2015-09-18sched/core: Make policy-testing consistentHenrik Austad1-0/+9
2015-09-13sched/fair: Make utilization tracking CPU scale-invariantDietmar Eggemann1-1/+1
2015-09-13sched/fair: Convert arch_scale_cpu_capacity() from weak function to #defineMorten Rasmussen1-0/+11
2015-09-13sched/numa: Convert sched_numa_balancing to a static_branchSrikar Dronamraju1-5/+1
2015-09-13sched/numa: Disable sched_numa_balancing on UMA systemsSrikar Dronamraju1-6/+0
2015-09-13sched/numa: Rename numabalancing_enabled to sched_numa_balancingSrikar Dronamraju1-3/+3
2015-09-13sched/core: Remove unused argument from sched_class::task_move_groupPeter Zijlstra1-1/+1
2015-08-12sched: Make sched_class::set_cpus_allowed() unconditionalPeter Zijlstra1-0/+2
2015-08-04sched: Remove finish_arch_switch()Peter Zijlstra1-3/+0
2015-08-03sched/fair: Provide runnable_load_avg back to cfs_rqYuyang Du1-0/+2
2015-08-03sched/fair: Init cfs_rq's sched_entity load averageYuyang Du1-1/+1
2015-08-03sched/fair: Rewrite runnable load and utilization average trackingYuyang Du1-19/+9
2015-08-03sched/fair: Remove rq's runnable avgYuyang Du1-2/+0
2015-07-04Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+13
2015-07-04sched/numa: Fix numa balancing stats in /proc/pid/schedSrikar Dronamraju1-1/+9
2015-07-04sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.hSrikar Dronamraju1-0/+5
2015-06-24Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+25
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+3
2015-06-19sched/deadline: Drop duplicate init_sched_dl_class() declarationWanpeng Li1-1/+0
2015-06-19sched,lockdep: Employ lock pinningPeter Zijlstra1-2/+8
2015-06-19sched: Replace post_schedule with a balance callback listPeter Zijlstra1-2/+17
2015-06-19Merge branch 'timers/core' into sched/hrtimersThomas Gleixner1-4/+3
2015-05-18sched,perf: Fix periodic timersPeter Zijlstra1-3/+2
2015-05-08sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE()Jason Low1-1/+1
2015-05-08sched: Move the loadavg code to a more obvious locationPeter Zijlstra1-2/+6
2015-04-22sched: Cleanup bandwidth timersPeter Zijlstra1-2/+2
2015-04-02sched/core: Remove unused argument from init_[rt|dl]_rq()Abel Vesa1-2/+2
2015-03-27sched: Optimize freq invariant accountingPeter Zijlstra1-1/+8
2015-03-27sched: Remove unused struct sched_group_capacity::capacity_origVincent Guittot1-1/+1
2015-03-27sched: Add struct rq::cpu_capacity_origVincent Guittot1-0/+1
2015-03-27sched: Make scale_rt invariant with frequencyVincent Guittot1-1/+3
2015-03-27sched: Add sched_avg::utilization_avg_contribVincent Guittot1-1/+7
2015-03-23sched/rt: Use IPI to trigger RT task push migration instead of pullingSteven Rostedt1-0/+12
2015-02-18sched: Make dl_task_time() use task_rq_lock()Peter Zijlstra1-0/+76
2015-01-14sched/core: Rework rq->clock update skipsPeter Zijlstra1-2/+13
2015-01-14sched/core: Validate rq_clock*() serializationPeter Zijlstra1-0/+7
2014-11-16Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying more changesIngo Molnar1-0/+2
2014-11-16sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistencyStanislaw Gruszka1-0/+2
2014-11-04sched: Refactor task_struct to use numa_faults instead of numa_* pointersIulia Manda1-0/+7
2014-11-04sched/deadline: Add deadline rq status printWanpeng Li1-0/+1
2014-11-04sched/deadline: Implement cancel_dl_timer() to use in switched_from_dl()Kirill Tkhai1-0/+5
2014-10-28sched/deadline: Fix bandwidth check/update when migrating tasks between exclusive cpusetsJuri Lelli1-0/+19
2014-10-28sched/numa: Classify the NUMA topology of a systemRik van Riel1-0/+6
2014-10-28sched/numa: Export info needed for NUMA balancing on complex topologiesRik van Riel1-0/+5