aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2015-11-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-10-28Merge branch 'linus' into core/rcu, to fix up a semantic conflictIngo Molnar
2015-10-23sched/core: Add missing lockdep_unpin() annotationsPeter Zijlstra
2015-10-20sched: Don't scan all-offline ->cpus_allowed twice if !CONFIG_CPUSETSOleg Nesterov
2015-10-20sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop()Peter Zijlstra
2015-10-20sched: Start stopper earlyPeter Zijlstra
2015-10-20Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con...Ingo Molnar
2015-10-20sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni
2015-10-20nohz: Revert "nohz: Set isolcpus when nohz_full is set"Frederic Weisbecker
2015-10-20sched/fair: Update task group's load_avg after task migrationYuyang Du
2015-10-20sched/fair: Fix overly small weight for interactive group entitiesYuyang Du
2015-10-19Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-10-12sched, tracing: Stop/start critical timings around the idle=poll idle loopDaniel Bristot de Oliveira
2015-10-06sched: Export sched_setscheduler_nocheckDavidlohr Bueso
2015-10-06sched/core: Remove a parameter in the migrate_task_rq() functionxiaofeng.yan
2015-10-06sched/core: Drop unlikely behind BUG_ON()Geliang Tang
2015-10-06sched/core: Fix task and run queue sched_info::run_delay inconsistenciesPeter Zijlstra
2015-10-06sched/numa: Fix task_tick_fair() from disabling numa_balancingSrikar Dronamraju
2015-10-06sched/core: Add preempt_count invariant checkPeter Zijlstra
2015-10-06sched/core: More notrace annotationsPeter Zijlstra
2015-10-06sched/core: Simplify preempt_count testsPeter Zijlstra
2015-10-06sched/core: Robustify preemption leak checksPeter Zijlstra
2015-10-06sched/core: Stop setting PREEMPT_ACTIVEPeter Zijlstra
2015-10-06sched/core: Fix trace_sched_switch()Peter Zijlstra
2015-10-06sched/core: Add preempt argument to __schedule()Peter Zijlstra
2015-10-06sched/core: Create preempt_count invariantPeter Zijlstra
2015-10-06sched/core: Rework TASK_DEAD preemption exceptionPeter 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-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-09-23sched/core: Make 'sched_domain_topology' declaration staticJuergen Gross
2015-09-23sched/rt: Make (do_)balance_runtime() return voidJuri Lelli
2015-09-23sched/deadline: Unify dl_time_before() usageJuri Lelli
2015-09-22userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...Andrea Arcangeli
2015-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-09-18sched: access local runqueue directly in single_task_runningDominik Dingel
2015-09-18sched/fair: Remove unnecessary parameter for group_classify()Leo Yan
2015-09-18sched/fair: Polish comments for LOAD_AVG_MAXLeo Yan
2015-09-18sched/numa: Limit the amount of virtual memory scanned in task_numa_work()Rik van Riel
2015-09-18sched/core: Make policy-testing consistentHenrik Austad
2015-09-18sched: Fix crash trying to dequeue/enqueue the idle threadPeter Zijlstra
2015-09-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-09-13sched/fair: Optimize per entity utilization trackingPeter Zijlstra
2015-09-13sched/fair: Defer calling scaling functionsDietmar Eggemann
2015-09-13sched/fair: Optimize __update_load_avg()Peter Zijlstra
2015-09-13sched/fair: Rename scale() to cap_scale()Peter Zijlstra
2015-09-13sched/fair: Initialize task load and utilization before placing task on rqMorten Rasmussen
2015-09-13sched/fair: Get rid of scaling utilization by capacity_origDietmar Eggemann
2015-09-13sched/fair: Name utilization related data and functions consistentlyDietmar Eggemann
2015-09-13sched/fair: Make utilization tracking CPU scale-invariantDietmar Eggemann