summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2013-10-09mm: numa: Limit NUMA scanning to migrate-on-fault VMAsMel Gorman1-1/+1
2013-10-09sched/numa: Do not migrate memory immediately after switching nodeRik van Riel2-3/+17
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman1-3/+9
2013-10-09sched/numa: Remove check that skips small VMAsMel Gorman1-4/+0
2013-10-09sched/numa: Check current->mm before allocating NUMA faultsMel Gorman1-2/+4
2013-10-09sched/numa: Add infrastructure for split shared/private accounting of NUMA hi...Mel Gorman1-11/+35
2013-10-09sched/numa: Reschedule task on preferred NUMA node once selectedMel Gorman3-1/+65
2013-10-09sched/numa: Resist moving tasks towards nodes with fewer hinting faultsMel Gorman2-0/+41
2013-10-09sched/numa: Favour moving tasks towards the preferred nodeMel Gorman3-5/+68
2013-10-09sched/numa: Update NUMA hinting faults once per scanMel Gorman2-3/+14
2013-10-09sched/numa: Select a preferred node with the most numa hinting faultsMel Gorman2-2/+16
2013-10-09sched/numa: Track NUMA hinting faults on per-node basisMel Gorman3-1/+25
2013-10-09sched/numa: Slow scan rate if no NUMA hinting faults are being recordedMel Gorman1-0/+12
2013-10-09sched/numa: Set the scan rate proportional to the memory usage of the task be...Mel Gorman1-12/+76
2013-10-09sched/numa: Initialise numa_next_scan properlyMel Gorman2-2/+9
2013-10-09Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a ne...Mel Gorman2-21/+1
2013-10-09sched/numa: Continue PTE scanning even if migrate rate limitedPeter Zijlstra1-8/+0
2013-10-09sched/numa: Mitigate chance that same task always updates PTEsPeter Zijlstra1-1/+7
2013-10-09sched/numa: Fix commentsPeter Zijlstra1-4/+4
2013-10-06sched/rt: Remove redundant nr_cpus_allowed testShawn Bohrer1-2/+1
2013-09-25sched: Prepare for per-cpu preempt_countPeter Zijlstra1-2/+0
2013-09-25sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra1-17/+12
2013-09-25sched: Create more preempt_count accessorsPeter Zijlstra1-4/+3
2013-09-25sched: Add NEED_RESCHED to the preempt_countPeter Zijlstra1-5/+15
2013-09-25sched: Introduce preempt_count accessor functionsPeter Zijlstra1-2/+2
2013-09-25sched, rcu: Make RCU use resched_cpu()Peter Zijlstra1-8/+2
2013-09-25sched: Micro-optimize by dropping unnecessary task_rq() callsMichael S. Tsirkin2-25/+27
2013-09-20sched/balancing: Periodically decay max cost of idle balanceJason Low1-7/+31
2013-09-20sched/balancing: Consider max cost of idle balance per sched domainJason Low3-1/+21
2013-09-20sched: Reduce overestimating rq->avg_idleJason Low1-3/+4
2013-09-20sched/balancing: Prevent the reselection of a previous env.dst_cpu if some ta...Vladimir Davydov1-3/+3
2013-09-20Merge branch 'sched/urgent' into sched/coreIngo Molnar4-29/+19
2013-09-20sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov1-1/+1
2013-09-20sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_...Vladimir Davydov1-2/+2
2013-09-20sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...Vladimir Davydov1-1/+2
2013-09-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-10/+15
2013-09-16sched: Fix comment for sched_info_departMichael S. Tsirkin1-2/+3
2013-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2013-09-12sched/fair: Fix the group_capacity computationPeter Zijlstra1-7/+13
2013-09-12sched/fair: Rework and comment the group_capacity codePeter Zijlstra1-8/+24
2013-09-12sched/fair: Fix group power_orig computationPeter Zijlstra1-5/+11
2013-09-12sched/fair: Reduce local_group logicPeter Zijlstra1-12/+17
2013-09-12sched/fair: Rewrite group_imb triggerPeter Zijlstra2-60/+31
2013-09-12sched/debug: Take PID namespace into accountPeter Zijlstra1-3/+3
2013-09-12sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura1-5/+9
2013-09-10sched: Fix load balancing performance regression in should_we_balance()Joonsoo Kim1-1/+1
2013-09-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+11
2013-09-04Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-15/+0
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-40/+17
2013-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-228/+302