summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
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_ba...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-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/k...Linus 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...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
2014-04-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2-2/+4
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2-2/+4
2014-04-07sched: remove sleep_on() and friendsArnd Bergmann1-46/+0
2014-04-03Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-1/+1
2014-04-03kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker1-1/+1
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds3-12/+7
2014-04-02Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-16/+134
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+4
2014-04-01Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-21/+11
2014-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+3
2014-03-20timer: Remove code redundancy while calling get_nohz_timer_target()Viresh Kumar1-1/+4
2014-03-13sched: Remove needless round trip nsecs <-> tick conversion of steal timeFrederic Weisbecker2-16/+0
2014-03-13cputime: Fix jiffies based cputime assumption on steal accountingFrederic Weisbecker1-5/+11
2014-03-12sched: Clean up the task_hot() functionAlex Shi1-2/+2
2014-03-12sched: Remove double calculation in fix_small_imbalance()Vincent Guittot1-4/+2
2014-03-12sched: Fix broken setscheduler()Steven Rostedt1-1/+9
2014-03-11sched/numa: Move task_numa_free() to __put_task_struct()Mike Galbraith1-2/+0
2014-03-11sched/fair: Fix endless loop in idle_balance()Kirill Tkhai1-1/+1
2014-03-11sched/core: Fix endless loop in pick_next_task()Kirill Tkhai3-11/+15
2014-03-11sched/fair: Push down check for high priority class task into idle_balance()Kirill Tkhai2-6/+10
2014-03-11sched/rt: Fix picking RT and DL tasks from empty queueKirill Tkhai2-2/+15
2014-03-11sched/idle: Add more comments to the codeDaniel Lezcano1-2/+57
2014-03-11sched/idle: Move idle conditions in cpuidle_idle main functionDaniel Lezcano1-34/+44
2014-03-11sched/idle: Reorganize the idle loopDaniel Lezcano1-18/+15