aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-16sched/completion: Document when to use wait_for_completion_io_*()Wolfram Sang1-2/+3
2014-11-16sched/fair: Kill task_struct::numa_entry and numa_group::task_listKirill Tkhai2-6/+0
2014-11-16Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying more changesIngo Molnar5-42/+41
2014-11-16sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistencyStanislaw Gruszka5-27/+24
2014-11-16sched/cputime: Fix cpu_timer_sample_group() double accountingPeter Zijlstra1-13/+0
2014-11-16sched/numa: Avoid selecting oneself as swap targetPeter Zijlstra1-0/+7
2014-11-10sched/numa: Fix out of bounds read in sched_init_numa()Andrey Ryabinin1-0/+4
2014-11-04sched: Refactor task_struct to use numa_faults instead of numa_* pointersIulia Manda4-57/+67
2014-11-04sched/deadline: Don't check CONFIG_SMP in switched_from_dl()Wanpeng Li1-2/+0
2014-11-04sched/deadline: Reschedule from switched_from_dl() after a successful pullWanpeng Li1-2/+5
2014-11-04sched/deadline: Push task away if the deadline is equal to curr during wakeupWanpeng Li1-1/+1
2014-11-04sched/deadline: Add deadline rq status printWanpeng Li3-0/+17
2014-11-04sched/deadline: Fix artificial overrun introduced by yield_task_dl()Wanpeng Li1-1/+1
2014-11-04sched/rt: Clean up check_preempt_equal_prio()Wanpeng Li1-4/+10
2014-11-04sched/core: Use dl_bw_of() under rcu_read_lock_sched()Juri Lelli1-1/+6
2014-11-04sched: Check if we got a shallowest_idle_cpu before searching for least_loaded_cpuYao Dongdong1-1/+1
2014-11-04sched/deadline: Implement cancel_dl_timer() to use in switched_from_dl()Kirill Tkhai3-7/+36
2014-11-04sched: Use WARN_ONCE for the might_sleep() TASK_RUNNING testPeter Zijlstra1-1/+1
2014-11-04sched/wait: Fix a kthread race with wait_woken()Peter Zijlstra1-1/+6
2014-11-04sched: Remove lockdep check in sched_move_task()Kirill Tkhai1-2/+6
2014-11-03rcu: Remove "cpu" argument to rcu_note_context_switch()Paul E. McKenney1-1/+1
2014-10-28sched: Exclude cond_resched() from nested sleep testPeter Zijlstra1-3/+9
2014-10-28sched: Debug nested sleepsPeter Zijlstra1-0/+13
2014-10-28sched/wait: Provide infrastructure to deal with nested blockingPeter Zijlstra1-0/+61
2014-10-28sched/deadline: Don't balance during wakeup if wakee is pinnedWanpeng Li1-0/+3
2014-10-28sched/deadline: Don't check SD_BALANCE_FORKWanpeng Li1-1/+1
2014-10-28sched/deadline: Ensure that updates to exclusive cpusets don't break ACJuri Lelli1-0/+19
2014-10-28sched/deadline: Fix bandwidth check/update when migrating tasks between exclusive cpusetsJuri Lelli3-21/+93
2014-10-28sched/deadline: Do not try to push tasks if pinned task switches to dlWanpeng Li1-1/+2
2014-10-28sched: Kill task_preempt_count()Oleg Nesterov1-1/+1
2014-10-28sched: Make finish_task_switch() return 'struct rq *'Oleg Nesterov1-23/+15
2014-10-28sched: Fix schedule_tail() to disable preemptionOleg Nesterov1-6/+5
2014-10-28sched/numa: Check all nodes when placing a pseudo-interleaved groupRik van Riel1-2/+9
2014-10-28sched/numa: Find the preferred nid with complex NUMA topologyRik van Riel1-1/+87
2014-10-28sched/numa: Calculate node scores in complex NUMA topologiesRik van Riel1-0/+74
2014-10-28sched/numa: Prepare for complex topology placementRik van Riel1-20/+37
2014-10-28sched/numa: Classify the NUMA topology of a systemRik van Riel2-0/+59
2014-10-28sched/numa: Export info needed for NUMA balancing on complex topologiesRik van Riel2-1/+8
2014-10-28sched/dl: Fix preemption checksKirill Tkhai1-3/+7
2014-10-28sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov1-0/+41
2014-10-28sched/fair: Fix division by zero sysctl_numa_balancing_scan_sizeKirill Tkhai1-2/+3
2014-10-28sched/fair: Care divide error in update_task_scan_period()Yasuaki Ishimatsu1-1/+1
2014-10-28sched/numa: Fix unsafe get_task_struct() in task_numa_assign()Kirill Tkhai1-2/+12
2014-10-28sched/deadline: Fix races between rt_mutex_setprio() and dl_task_timer()Juri Lelli1-5/+13
2014-10-28sched/deadline: Don't replenish from a !SCHED_DEADLINE entityJuri Lelli1-1/+12
2014-10-28sched: Fix race between task_group and sched_task_groupKirill Tkhai1-0/+6
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds5-6/+6
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-393/+609
2014-10-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+0
2014-10-09mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov1-1/+1