aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-22sched: Simplify return logic in sched_copy_attr()Michael Kerrisk1-4/+2
2014-05-22sched: Fix exec_start/task_hot on migrated tasksBen Segall1-0/+3
2014-05-22Merge branch 'sched/urgent' into sched/core to avoid conflicts with upcoming changesIngo Molnar5-29/+74
2014-05-22Merge branch 'pm-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into sched/coreIngo Molnar1-9/+4
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar1-5/+5
2014-05-22sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan1-1/+0
2014-05-22sched/cpupri: Replace NR_CPUS arraysPeter Zijlstra2-1/+8
2014-05-22sched/deadline: Replace NR_CPUS arraysPeter Zijlstra2-12/+27
2014-05-22sched/deadline: Restrict user params max value to 2^63 nsJuri Lelli1-7/+30
2014-05-22sched/deadline: Change sched_getparam() behaviour vs SCHED_DEADLINEPeter Zijlstra1-6/+3
2014-05-22sched: Disallow sched_attr::sched_policy < 0Peter Zijlstra1-0/+3
2014-05-22sched: Make sched_setattr() correctly return -EFBIGMichael Kerrisk1-2/+3
2014-05-16cgroup: remove css_parent()Tejun Heo2-2/+2
2014-05-14sched,rcu: Make cond_resched() report RCU quiescent statesPaul E. McKenney1-1/+6
2014-05-08sched/idle: Make cpuidle_idle_call() voidRafael J. Wysocki1-5/+2
2014-05-08sched/idle: Reflow cpuidle_idle_call()Peter Zijlstra1-73/+58
2014-05-08sched/idle: Delay clearing the polling bitPeter Zijlstra1-7/+10
2014-05-08sched/idle: Avoid spurious wakeup IPIsPeter Zijlstra1-5/+36
2014-05-07sched/fair: Stop searching for tasks in newidle balance if there are runnable tasksJason Low1-2/+6
2014-05-07sched: Add a new SD_SHARE_POWERDOMAIN for sched_domainVincent Guittot1-3/+7
2014-05-07sched, powerpc: Create a dedicated topology tableVincent Guittot1-6/+0
2014-05-07sched, s390: Create a dedicated topology tableVincent Guittot1-3/+0
2014-05-07sched: Rework sched_domain topology definitionVincent Guittot1-113/+120
2014-05-07sched/numa: Do not set preferred_node on migration to a second choice nodeRik van Riel1-1/+10
2014-05-07sched/numa: Retry placement more frequently when misplacedRik van Riel1-1/+4
2014-05-07sched/numa: Count pages on active node as localRik van Riel1-1/+13
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar11-110/+188
2014-05-07sched/numa: Initialize newidle balance stats in sd_numa_init()Jason Low1-0/+2
2014-05-07sched: Fix updating rq->max_idle_balance_cost and rq->next_balance in idle_balance()Jason Low1-8/+8
2014-05-07sched: Skip double execution of pick_next_task_fair()Peter Zijlstra1-2/+8
2014-05-07sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)1-2/+1
2014-05-07sched/deadline: Fix memory leakLi Zefan1-3/+1
2014-05-07sched/deadline: Fix sched_yield() behaviorJuri Lelli2-2/+4
2014-05-07sched: Sanitize irq accounting madnessThomas Gleixner1-16/+16
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen1-5/+5
2014-05-01cpuidle: Combine cpuidle_enabled() with cpuidle_select()Rafael J. Wysocki1-13/+7
2014-04-24kprobes, sched: Use NOKPROBE_SYMBOL macro in schedMasami Hiramatsu1-2/+4
2014-04-24kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu1-0/+1
2014-04-24sched/docbook: Fix 'make htmldocs' warnings caused by missing descriptionMasanari Iida1-0/+2
2014-04-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-11/+32
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra2-4/+4
2014-04-18sched: Revert commit 4c6c4e38c4e9 ("sched/core: Fix endless loop in pick_next_task()")Kirill Tkhai3-16/+11
2014-04-18sched/rt: Substract number of tasks of throttled queues from rq->nr_runningKirill Tkhai2-12/+63
2014-04-18sched/rt: Add accessors rq_of_rt_se()Kirill Tkhai1-2/+15
2014-04-18sched/rt: Sum number of all children tasks in hierarhy at ->rt_nr_runningKirill Tkhai1-2/+13
2014-04-18sched/rt: Do not try to push tasks if pinned task switches to RTKirill V Tkhai1-2/+2
2014-04-18sched: Make scale_rt_power() deal with backward clocksPeter Zijlstra1-1/+6
2014-04-18arch: Prepare for smp_mb__{before,after}_atomic()Peter Zijlstra1-0/+16
2014-04-17sched: Check for stop task appearance when balancing happensKirill Tkhai3-5/+16
2014-04-11sched/numa: Fix task_numa_free() lockdep splatMike Galbraith2-6/+16