summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-13sched: Optimize task_sched_runtime()Peter Zijlstra1-0/+14
2013-11-06sched: Remove unnecessary iteration over sched domains to update nr_busy_cpusPreeti U Murthy1-0/+6
2013-11-06sched: Move completion code from core.c to completion.cPeter Zijlstra1-284/+0
2013-11-06sched: Move wait code from core.c to wait.cPeter Zijlstra1-105/+2
2013-10-29sched: Fix race on toggling cfs_bandwidth_usedBen Segall1-1/+8
2013-10-28sched: Remove extra put_online_cpus() inside sched_setaffinity()Michael wang1-1/+0
2013-10-16sched: Remove get_online_cpus() usagePeter Zijlstra1-10/+10
2013-10-16sched: Fix race in migrate_swap_stop()Peter Zijlstra1-0/+4
2013-10-09mm: numa: Revert temporarily disabling of NUMA migrationRik van Riel1-2/+0
2013-10-09sched/numa: Remove the numa_balancing_scan_period_reset sysctlMel Gorman1-1/+0
2013-10-09sched/numa: Avoid migrating tasks that are placed on their preferred nodePeter Zijlstra1-0/+29
2013-10-09sched/numa: Stay on the same node if CLONE_VMRik van Riel1-5/+9
2013-10-09sched/numa: Use {cpu, pid} to create task groups for shared faultsPeter Zijlstra1-0/+3
2013-10-09sched/numa: Use a system-wide search to find swap/migration candidatesMel Gorman1-0/+4
2013-10-09sched/numa: Introduce migrate_swap()Peter Zijlstra1-5/+101
2013-10-09sched/numa: Do not migrate memory immediately after switching nodeRik van Riel1-1/+1
2013-10-09sched/numa: Reschedule task on preferred NUMA node once selectedMel Gorman1-0/+19
2013-10-09sched/numa: Favour moving tasks towards the preferred nodeMel Gorman1-1/+2
2013-10-09sched/numa: Update NUMA hinting faults once per scanMel Gorman1-0/+1
2013-10-09sched/numa: Select a preferred node with the most numa hinting faultsMel Gorman1-0/+1
2013-10-09sched/numa: Track NUMA hinting faults on per-node basisMel Gorman1-0/+3
2013-10-09sched/numa: Initialise numa_next_scan properlyMel Gorman1-2/+2
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. Tsirkin1-3/+3
2013-09-20sched/balancing: Consider max cost of idle balance per sched domainJason Low1-1/+2
2013-09-20sched: Reduce overestimating rq->avg_idleJason Low1-3/+4
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 Torvalds1-3/+1
2013-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+13
2013-09-04Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds1-1/+6
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-56/+57
2013-09-02sched/fair: Fix the sd_parent_degenerate() codePeter Zijlstra1-1/+9
2013-08-29Merge branch 'linus' into perf/coreIngo Molnar1-22/+74
2013-08-16cpumask: Fix cpumask leak in partition_sched_domains()Xiaotian Feng1-2/+3
2013-08-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-21/+61
2013-08-13sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov1-1/+13
2013-08-13sched: Consolidate open coded preemptible() checksFrederic Weisbecker1-3/+1
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo1-2/+2
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo1-33/+32
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo1-19/+20
2013-08-08cgroup: add css_parent()Tejun Heo1-6/+3
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo1-2/+6
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo1-2/+2
2013-07-23sched: Micro-optimize the smart wake-affine logicPeter Zijlstra1-1/+6
2013-07-22Merge tag 'v3.11-rc2' into sched/coreIngo Molnar1-6/+6