aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-10sched_show_task: fix unsafe usage of ->real_parentOleg Nesterov1-1/+3
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-182/+660
2014-12-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-12-08sched: Add missing rcu protection to wake_up_all_idle_cpusAndy Lutomirski1-2/+7
2014-12-03context_tracking: Restore previous state in schedule_userAndy Lutomirski1-2/+6
2014-11-23sched: Provide update_curr callbacks for stop/idle scheduling classesThomas Gleixner2-0/+10
2014-11-20Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2014-11-16sched/deadline: Introduce start_hrtick_dl() for !CONFIG_SCHED_HRTICKWanpeng Li1-4/+4
2014-11-16sched/deadline: Remove unnecessary definitions in cpudeadline.hpang.xunlei1-3/+0
2014-11-16sched/cpupri: Remove unnecessary definitions in cpupri.hpang.xunlei1-3/+0
2014-11-16sched/deadline: Fix rq->dl.pushable_tasks bug in push_dl_task()Wanpeng Li1-2/+3
2014-11-16sched/fair: Fix stale overloaded status in the busiest group finding logicWanpeng Li1-1/+3
2014-11-16sched: Move p->nr_cpus_allowed check to select_task_rq()Wanpeng Li4-10/+2
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