summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2015-12-04sched/fair: Avoid redundant idle_cpu() call in update_sg_lb_stats()Waiman Long-3/+7
2015-12-04sched/core: Move the sched_to_prio[] arrays out of lineAndi Kleen-43/+46
2015-12-04sched/cputime: Convert vtime_seqlock to seqcountFrederic Weisbecker-22/+24
2015-12-04sched/cputime: Introduce vtime accounting check for readersFrederic Weisbecker-3/+3
2015-12-04sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enab...Frederic Weisbecker-1/+1
2015-12-04sched/cputime: Correctly handle task guest time on housekeepersFrederic Weisbecker-1/+1
2015-12-04sched/cputime: Clarify vtime symbols and document themFrederic Weisbecker-3/+3
2015-12-04sched/cputime: Remove extra cost in task_cputime()Hiroshi Shimamoto-0/+16
2015-12-04sched/fair: Make it possible to account fair load avg consistentlyByungchul Park-1/+60
2015-12-04sched/core, locking: Document Program-Order guaranteesPeter Zijlstra-0/+91
2015-12-04locking, sched: Introduce smp_cond_acquire() and use itPeter Zijlstra-8/+2
2015-12-04Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar-14/+44
2015-12-04sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule()Peter Zijlstra-0/+19
2015-12-04sched/core: Better document the try_to_wake_up() barriersPeter Zijlstra-1/+10
2015-12-04sched/cputime: Fix invalid gtime in procHiroshi Shimamoto-0/+3
2015-12-04sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang-4/+4
2015-12-04sched/core: Remove false-positive warning from wake_up_process()Sasha Levin-1/+0
2015-12-04sched/wait: Fix signal handling in bit wait helpersPeter Zijlstra-8/+8
2015-12-03cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friendsOleg Nesterov-1/+1
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo-6/+6
2015-11-23sched/fair: Modify the comment about lock assumptions in migrate_task_rq_fair()Byungchul Park-2/+1
2015-11-23sched/core: Use list_is_singular() in sched_can_stop_tick()Geliang Tang-1/+1
2015-11-23sched/core: Fix incorrect wait time and wait count statisticsJoonwoo Park-22/+60
2015-11-23treewide: Remove old email addressPeter Zijlstra-2/+2
2015-11-23sched/numa: Cap PTE scanning overhead to 3% of run timeRik van Riel-0/+12
2015-11-23sched/fair: Consider missed ticks in NOHZ_FULL in update_cpu_load_nohz()Byungchul Park-4/+6
2015-11-23sched/fair: Prepare __update_cpu_load() to handle active ticklessByungchul Park-8/+41
2015-11-23sched/fair: Clean up the explanation around decaying load update missesPeter Zijlstra-29/+24
2015-11-23sched/fair: Remove empty idle enter and exit functionsDietmar Eggemann-32/+1
2015-11-23sched/rt: Hide the push_irq_work_func() declarationArnd Bergmann-1/+1
2015-11-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2015-11-09sched/numa: Fix math underflow in task_tick_numa()Rik van Riel-1/+1
2015-11-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+2
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-8/+0
2015-11-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-344/+382
2015-10-28Merge branch 'linus' into core/rcu, to fix up a semantic conflictIngo Molnar-12/+28
2015-10-23sched/core: Add missing lockdep_unpin() annotationsPeter Zijlstra-2/+16
2015-10-20sched: Don't scan all-offline ->cpus_allowed twice if !CONFIG_CPUSETSOleg Nesterov-5/+7
2015-10-20sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop()Peter Zijlstra-0/+4
2015-10-20sched: Start stopper earlyPeter Zijlstra-3/+9
2015-10-20Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con...Ingo Molnar-10/+12
2015-10-20sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni-3/+5
2015-10-20nohz: Revert "nohz: Set isolcpus when nohz_full is set"Frederic Weisbecker-3/+0
2015-10-20sched/fair: Update task group's load_avg after task migrationYuyang Du-2/+3
2015-10-20sched/fair: Fix overly small weight for interactive group entitiesYuyang Du-2/+2
2015-10-19Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-0/+1
2015-10-15cgroup: keep zombies associated with their original cgroupsTejun Heo-16/+0
2015-10-12sched, tracing: Stop/start critical timings around the idle=poll idle loopDaniel Bristot de Oliveira-0/+2
2015-10-06sched: Export sched_setscheduler_nocheckDavidlohr Bueso-0/+1
2015-10-06sched/core: Remove a parameter in the migrate_task_rq() functionxiaofeng.yan-3/+3