summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorLines
2013-12-17sched: Assign correct scheduling domain to 'sd_llc'Mel Gorman-2/+3
2013-12-11sched: Initialize power_orig for overlapping groupsPeter Zijlstra-0/+1
2013-11-27sched: Expose preempt_schedule_irq()Thomas Gleixner-2/+1
2013-11-19sched: Fix a trivial typo in commentsShigeru Yoshida-1/+1
2013-11-19sched: Avoid NULL dereference on sd_busyPeter Zijlstra-1/+2
2013-11-13sched: Optimize task_sched_runtime()Peter Zijlstra-0/+14
2013-11-06sched: Remove unnecessary iteration over sched domains to update nr_busy_cpusPreeti U Murthy-0/+6
2013-11-06sched: Move completion code from core.c to completion.cPeter Zijlstra-284/+0
2013-11-06sched: Move wait code from core.c to wait.cPeter Zijlstra-105/+2
2013-10-29sched: Fix race on toggling cfs_bandwidth_usedBen Segall-1/+8
2013-10-28sched: Remove extra put_online_cpus() inside sched_setaffinity()Michael wang-1/+0
2013-10-16sched: Remove get_online_cpus() usagePeter Zijlstra-10/+10
2013-10-16sched: Fix race in migrate_swap_stop()Peter Zijlstra-0/+4
2013-10-09mm: numa: Revert temporarily disabling of NUMA migrationRik van Riel-2/+0
2013-10-09sched/numa: Remove the numa_balancing_scan_period_reset sysctlMel Gorman-1/+0
2013-10-09sched/numa: Avoid migrating tasks that are placed on their preferred nodePeter Zijlstra-0/+29
2013-10-09sched/numa: Stay on the same node if CLONE_VMRik van Riel-5/+9
2013-10-09sched/numa: Use {cpu, pid} to create task groups for shared faultsPeter Zijlstra-0/+3
2013-10-09sched/numa: Use a system-wide search to find swap/migration candidatesMel Gorman-0/+4
2013-10-09sched/numa: Introduce migrate_swap()Peter Zijlstra-5/+101
2013-10-09sched/numa: Do not migrate memory immediately after switching nodeRik van Riel-1/+1
2013-10-09sched/numa: Reschedule task on preferred NUMA node once selectedMel Gorman-0/+19
2013-10-09sched/numa: Favour moving tasks towards the preferred nodeMel Gorman-1/+2
2013-10-09sched/numa: Update NUMA hinting faults once per scanMel Gorman-0/+1
2013-10-09sched/numa: Select a preferred node with the most numa hinting faultsMel Gorman-0/+1
2013-10-09sched/numa: Track NUMA hinting faults on per-node basisMel Gorman-0/+3
2013-10-09sched/numa: Initialise numa_next_scan properlyMel Gorman-2/+2
2013-09-25sched: Prepare for per-cpu preempt_countPeter Zijlstra-2/+0
2013-09-25sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra-17/+12
2013-09-25sched: Create more preempt_count accessorsPeter Zijlstra-4/+3
2013-09-25sched: Add NEED_RESCHED to the preempt_countPeter Zijlstra-5/+15
2013-09-25sched: Introduce preempt_count accessor functionsPeter Zijlstra-2/+2
2013-09-25sched, rcu: Make RCU use resched_cpu()Peter Zijlstra-8/+2
2013-09-25sched: Micro-optimize by dropping unnecessary task_rq() callsMichael S. Tsirkin-3/+3
2013-09-20sched/balancing: Consider max cost of idle balance per sched domainJason Low-1/+2
2013-09-20sched: Reduce overestimating rq->avg_idleJason Low-3/+4
2013-09-04Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-15/+0
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+1
2013-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+13
2013-09-04Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds-1/+6
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-56/+57
2013-09-02sched/fair: Fix the sd_parent_degenerate() codePeter Zijlstra-1/+9
2013-08-29Merge branch 'linus' into perf/coreIngo Molnar-22/+74
2013-08-16cpumask: Fix cpumask leak in partition_sched_domains()Xiaotian Feng-2/+3
2013-08-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-21/+61
2013-08-13sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov-1/+13
2013-08-13sched: Consolidate open coded preemptible() checksFrederic Weisbecker-3/+1
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo-2/+2
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo-33/+32
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo-19/+20