summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2014-11-04sched/deadline: Reschedule from switched_from_dl() after a successful pullWanpeng Li
2014-11-04sched/deadline: Push task away if the deadline is equal to curr during wakeupWanpeng Li
2014-11-04sched/deadline: Add deadline rq status printWanpeng Li
2014-11-04sched/deadline: Fix artificial overrun introduced by yield_task_dl()Wanpeng Li
2014-11-04sched/rt: Clean up check_preempt_equal_prio()Wanpeng Li
2014-11-04sched/core: Use dl_bw_of() under rcu_read_lock_sched()Juri Lelli
2014-11-04sched: Check if we got a shallowest_idle_cpu before searching for least_loade...Yao Dongdong
2014-11-04sched/deadline: Implement cancel_dl_timer() to use in switched_from_dl()Kirill Tkhai
2014-11-04sched: Use WARN_ONCE for the might_sleep() TASK_RUNNING testPeter Zijlstra
2014-11-04audit, sched/wait: Fixup kauditd_thread() wait loopPeter Zijlstra
2014-11-04sched/wait: Fix a kthread race with wait_woken()Peter Zijlstra
2014-10-28sched: Exclude cond_resched() from nested sleep testPeter Zijlstra
2014-10-28sched: Debug nested sleepsPeter Zijlstra
2014-10-28sched, modules: Fix nested sleep in add_unformed_module()Peter Zijlstra
2014-10-28sched, smp: Correctly deal with nested sleepsPeter Zijlstra
2014-10-28sched, exit: Deal with nested sleepsPeter Zijlstra
2014-10-28sched/wait: Provide infrastructure to deal with nested blockingPeter Zijlstra
2014-10-28locking/mutex: Don't assume TASK_RUNNINGPeter Zijlstra
2014-10-28sched/deadline: Don't balance during wakeup if wakee is pinnedWanpeng Li
2014-10-28sched/deadline: Don't check SD_BALANCE_FORKWanpeng Li
2014-10-28sched/deadline: Ensure that updates to exclusive cpusets don't break ACJuri Lelli
2014-10-28sched/deadline: Fix bandwidth check/update when migrating tasks between exclu...Juri Lelli
2014-10-28sched/deadline: Do not try to push tasks if pinned task switches to dlWanpeng Li
2014-10-28sched: Kill task_preempt_count()Oleg Nesterov
2014-10-28sched: Make finish_task_switch() return 'struct rq *'Oleg Nesterov
2014-10-28sched: Fix schedule_tail() to disable preemptionOleg Nesterov
2014-10-28sched/numa: Check all nodes when placing a pseudo-interleaved groupRik van Riel
2014-10-28sched/numa: Find the preferred nid with complex NUMA topologyRik van Riel
2014-10-28sched/numa: Calculate node scores in complex NUMA topologiesRik van Riel
2014-10-28sched/numa: Prepare for complex topology placementRik van Riel
2014-10-28sched/numa: Classify the NUMA topology of a systemRik van Riel
2014-10-28sched/numa: Export info needed for NUMA balancing on complex topologiesRik van Riel
2014-10-28sched/dl: Fix preemption checksKirill Tkhai
2014-10-28sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov
2014-10-28sched/fair: Fix division by zero sysctl_numa_balancing_scan_sizeKirill Tkhai
2014-10-28sched/fair: Care divide error in update_task_scan_period()Yasuaki Ishimatsu
2014-10-28sched/numa: Fix unsafe get_task_struct() in task_numa_assign()Kirill Tkhai
2014-10-28sched/deadline: Fix races between rt_mutex_setprio() and dl_task_timer()Juri Lelli
2014-10-28sched/deadline: Don't replenish from a !SCHED_DEADLINE entityJuri Lelli
2014-10-28sched: Fix race between task_group and sched_task_groupKirill Tkhai
2014-10-23Merge branch 'freezer'Rafael J. Wysocki
2014-10-23Merge branch 'pm-qos'Rafael J. Wysocki
2014-10-22PM / freezer: Clean up code after recent fixesRafael J. Wysocki
2014-10-21PM: convert do_each_thread to for_each_process_threadMichal Hocko
2014-10-21OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko
2014-10-21freezer: remove obsolete comments in __thaw_task()Cong Wang
2014-10-21freezer: Do not freeze tasks killed by OOM killerCong Wang
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-10-18Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-10-18futex: Ensure get_futex_key_refs() always implies a barrierCatalin Marinas