summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2015-09-23sched/rt: Make (do_)balance_runtime() return voidJuri Lelli1-16/+6
2015-09-23sched/deadline: Unify dl_time_before() usageJuri Lelli3-10/+1
2015-09-22userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...Andrea Arcangeli1-4/+3
2015-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+11
2015-09-18sched: access local runqueue directly in single_task_runningDominik Dingel1-4/+11
2015-09-18sched/fair: Remove unnecessary parameter for group_classify()Leo Yan1-5/+5
2015-09-18sched/fair: Polish comments for LOAD_AVG_MAXLeo Yan1-2/+3
2015-09-18sched/numa: Limit the amount of virtual memory scanned in task_numa_work()Rik van Riel1-6/+12
2015-09-18sched/core: Make policy-testing consistentHenrik Austad2-6/+12
2015-09-18sched: Fix crash trying to dequeue/enqueue the idle threadPeter Zijlstra1-3/+11
2015-09-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+31
2015-09-13sched/fair: Optimize per entity utilization trackingPeter Zijlstra1-7/+10
2015-09-13sched/fair: Defer calling scaling functionsDietmar Eggemann1-2/+4
2015-09-13sched/fair: Optimize __update_load_avg()Peter Zijlstra1-1/+1
2015-09-13sched/fair: Rename scale() to cap_scale()Peter Zijlstra1-7/+7
2015-09-13sched/fair: Initialize task load and utilization before placing task on rqMorten Rasmussen1-2/+2
2015-09-13sched/fair: Get rid of scaling utilization by capacity_origDietmar Eggemann1-16/+22
2015-09-13sched/fair: Name utilization related data and functions consistentlyDietmar Eggemann1-18/+19
2015-09-13sched/fair: Make utilization tracking CPU scale-invariantDietmar Eggemann2-4/+5
2015-09-13sched/fair: Convert arch_scale_cpu_capacity() from weak function to #defineMorten Rasmussen3-26/+12
2015-09-13sched/fair: Make load tracking frequency scale-invariantDietmar Eggemann1-10/+17
2015-09-13sched/numa: Convert sched_numa_balancing to a static_branchSrikar Dronamraju3-11/+11
2015-09-13sched/numa: Remove the NUMA sched_featureSrikar Dronamraju2-22/+0
2015-09-13sched/numa: Disable sched_numa_balancing on UMA systemsSrikar Dronamraju3-17/+7
2015-09-13sched/numa: Rename numabalancing_enabled to sched_numa_balancingSrikar Dronamraju3-8/+8
2015-09-13sched/fair: Fix nohz.next_balance updateVincent Guittot1-4/+30
2015-09-13sched/core: Delete PF_EXITING checks from cpu_cgroup_exit() callbackKirill Tkhai1-8/+0
2015-09-13sched/core: Remove unused argument from sched_class::task_move_groupPeter Zijlstra3-3/+3
2015-09-13sched/fair: Unify switched_{from,to}_fair() and task_move_group_fair()Byungchul Park1-77/+52
2015-09-13sched/fair: Make the entity load aging on attaching tunablePeter Zijlstra2-0/+6
2015-09-13sched/fair: Fix switched_to_fair()'s per entity load trackingByungchul Park1-0/+23
2015-09-13sched/fair: Have task_move_group_fair() also detach entity load from the old ...Byungchul Park1-1/+5
2015-09-13sched/fair: Have task_move_group_fair() unconditionally add the entity load t...Byungchul Park1-5/+4
2015-09-13sched/fair: Factor out the {at,de}taching of the per entity load {to,from} th...Byungchul Park1-39/+38
2015-09-13Merge tag 'v4.3-rc1' into sched/core, to refresh the branchIngo Molnar2-8/+7
2015-09-11sched: 'Annotate' migrate_tasks()Wanpeng Li1-3/+26
2015-09-04userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyAndrea Arcangeli1-3/+4
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+2
2015-09-02Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-1/+1
2015-09-02nohz: Affine unpinned timers to housekeepersVatika Harlalka1-2/+5
2015-08-31Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2015-08-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+8
2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-780/+562
2015-08-25sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr1-0/+8
2015-08-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-4/+4
2015-08-12sched/deadline: Fix comment in enqueue_task_dl()Andrea Parri1-1/+1
2015-08-12sched/deadline: Fix comment in push_dl_tasks()Andrea Parri1-1/+1
2015-08-12sched: Change the sched_class::set_cpus_allowed() calling contextPeter Zijlstra3-81/+26
2015-08-12sched: Make sched_class::set_cpus_allowed() unconditionalPeter Zijlstra7-18/+36
2015-08-12sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra1-4/+32