summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2015-10-06sched/core: Drop unlikely behind BUG_ON()Geliang Tang-1/+1
2015-10-06sched/core: Fix task and run queue sched_info::run_delay inconsistenciesPeter Zijlstra-25/+33
2015-10-06sched/numa: Fix task_tick_fair() from disabling numa_balancingSrikar Dronamraju-1/+1
2015-10-06sched/core: Add preempt_count invariant checkPeter Zijlstra-0/+4
2015-10-06sched/core: More notrace annotationsPeter Zijlstra-3/+3
2015-10-06sched/core: Simplify preempt_count testsPeter Zijlstra-1/+1
2015-10-06sched/core: Robustify preemption leak checksPeter Zijlstra-1/+3
2015-10-06sched/core: Stop setting PREEMPT_ACTIVEPeter Zijlstra-13/+6
2015-10-06sched/core: Fix trace_sched_switch()Peter Zijlstra-1/+1
2015-10-06sched/core: Add preempt argument to __schedule()Peter Zijlstra-6/+6
2015-10-06sched/core: Create preempt_count invariantPeter Zijlstra-2/+21
2015-10-06sched/core: Rework TASK_DEAD preemption exceptionPeter Zijlstra-6/+13
2015-10-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar-18/+33
2015-10-06sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra-7/+8
2015-10-01kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin-0/+2
2015-09-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+11
2015-09-23sched/core: Make 'sched_domain_topology' declaration staticJuergen Gross-1/+2
2015-09-23sched/rt: Make (do_)balance_runtime() return voidJuri Lelli-16/+6
2015-09-23sched/deadline: Unify dl_time_before() usageJuri Lelli-10/+1
2015-09-22userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...Andrea Arcangeli-4/+3
2015-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-4/+11
2015-09-18sched: access local runqueue directly in single_task_runningDominik Dingel-4/+11
2015-09-18sched/fair: Remove unnecessary parameter for group_classify()Leo Yan-5/+5
2015-09-18sched/fair: Polish comments for LOAD_AVG_MAXLeo Yan-2/+3
2015-09-18sched/numa: Limit the amount of virtual memory scanned in task_numa_work()Rik van Riel-6/+12
2015-09-18sched/core: Make policy-testing consistentHenrik Austad-6/+12
2015-09-18sched: Fix crash trying to dequeue/enqueue the idle threadPeter Zijlstra-3/+11
2015-09-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-5/+31
2015-09-13sched/fair: Optimize per entity utilization trackingPeter Zijlstra-7/+10
2015-09-13sched/fair: Defer calling scaling functionsDietmar Eggemann-2/+4
2015-09-13sched/fair: Optimize __update_load_avg()Peter Zijlstra-1/+1
2015-09-13sched/fair: Rename scale() to cap_scale()Peter Zijlstra-7/+7
2015-09-13sched/fair: Initialize task load and utilization before placing task on rqMorten Rasmussen-2/+2
2015-09-13sched/fair: Get rid of scaling utilization by capacity_origDietmar Eggemann-16/+22
2015-09-13sched/fair: Name utilization related data and functions consistentlyDietmar Eggemann-18/+19
2015-09-13sched/fair: Make utilization tracking CPU scale-invariantDietmar Eggemann-4/+5
2015-09-13sched/fair: Convert arch_scale_cpu_capacity() from weak function to #defineMorten Rasmussen-26/+12
2015-09-13sched/fair: Make load tracking frequency scale-invariantDietmar Eggemann-10/+17
2015-09-13sched/numa: Convert sched_numa_balancing to a static_branchSrikar Dronamraju-11/+11
2015-09-13sched/numa: Remove the NUMA sched_featureSrikar Dronamraju-22/+0
2015-09-13sched/numa: Disable sched_numa_balancing on UMA systemsSrikar Dronamraju-17/+7
2015-09-13sched/numa: Rename numabalancing_enabled to sched_numa_balancingSrikar Dronamraju-8/+8
2015-09-13sched/fair: Fix nohz.next_balance updateVincent Guittot-4/+30
2015-09-13sched/core: Delete PF_EXITING checks from cpu_cgroup_exit() callbackKirill Tkhai-8/+0
2015-09-13sched/core: Remove unused argument from sched_class::task_move_groupPeter Zijlstra-3/+3
2015-09-13sched/fair: Unify switched_{from,to}_fair() and task_move_group_fair()Byungchul Park-77/+52
2015-09-13sched/fair: Make the entity load aging on attaching tunablePeter Zijlstra-0/+6
2015-09-13sched/fair: Fix switched_to_fair()'s per entity load trackingByungchul Park-0/+23
2015-09-13sched/fair: Have task_move_group_fair() also detach entity load from the old ...Byungchul Park-1/+5
2015-09-13sched/fair: Have task_move_group_fair() unconditionally add the entity load t...Byungchul Park-5/+4