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