summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2014-08-07printk: rename printk_sched to printk_deferredJohn Stultz2-2/+2
2014-06-11sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan1-1/+0
2014-06-11sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)1-2/+1
2014-06-07sched/debug: Fix sd->*_idx limit range avoiding overflowlibin1-1/+1
2014-06-07sched/debug: Limit sd->*_idx range on sysctlNamhyung Kim1-13/+22
2014-03-23sched: Fix double normalization of vruntimeGeorge McCollister1-4/+4
2014-02-20sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra1-10/+43
2014-02-20sched/nohz: Fix rq->cpu_load[] calculationsPeter Zijlstra3-16/+41
2014-02-13sched/rt: Avoid updating RT entry timeout twice within one tick periodYing Xue1-1/+5
2014-02-13sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel4-6/+6
2014-02-13sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttledMike Galbraith1-0/+13
2014-02-13sched/rt: Fix SCHED_RR across cgroupsColin Cross1-5/+10
2014-01-15sched: Guarantee new group-entities always have weightPaul Turner1-1/+2
2014-01-15sched: Fix hrtimer_cancel()/rq->lock deadlockBen Segall1-4/+11
2014-01-15sched: Fix cfs_bandwidth misuse of hrtimer_expires_remainingBen Segall1-3/+11
2014-01-15sched: Fix race on toggling cfs_bandwidth_usedBen Segall3-9/+19
2014-01-08sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall2-0/+10
2014-01-08sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entitiesKirill Tkhai1-0/+14
2013-10-01sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura1-5/+9
2013-08-11sched: Fix the broken sched_rr_get_interval()Zhu Yanhai1-1/+1
2013-04-25sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo1-2/+4
2013-04-16sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner1-0/+26
2013-02-11sched/rt: Use root_domain of rt_rq not current processorShawn Bohrer1-1/+1
2013-01-27wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov1-1/+2
2012-12-10Revert "sched, autogroup: Stop going ahead if autogroup is disabled"Mike Galbraith2-9/+0
2012-10-13sched: Fix migration thread runtime bogosityMike Galbraith1-1/+21
2012-10-13CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resumeSrivatsa S. Bhat1-4/+36
2012-10-02sched: Fix race in task_group()Peter Zijlstra2-14/+18
2012-09-14sched: fix divide by zero at {thread_group,task}_timesStanislaw Gruszka1-14/+20
2012-09-14sched,cgroup: Fix up task_groups listMike Galbraith2-1/+2
2012-07-19sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra3-75/+203
2012-06-17sched: Fix the relax_domain_level boot parameterDimitri Sivanich1-6/+3
2012-05-09sched: Fix KVM and ia64 boot crash due to sched_groups circular linked list a...Igor Mammedov1-0/+2
2012-04-26sched: Fix OOPS when build_sched_domains() percpu allocation failshe, bo1-6/+16
2012-04-26sched: Fix more load-balancing falloutPeter Zijlstra2-8/+11
2012-03-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-9/+7
2012-03-31sched: Fix incorrect usage of for_each_cpu_mask() in select_fallback_rq()Srivatsa S. Bhat1-2/+2
2012-03-29Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-25/+55
2012-03-29Merge branch 'sched/arch' into sched/urgentIngo Molnar2-0/+4
2012-03-29sched: Fix __schedule_bug() output when called from an interruptStephen Boyd1-7/+1
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells1-0/+1
2012-03-27sched/rt: Improve pick_next_highest_task_rt()Michael J Wang1-1/+1
2012-03-27sched: Fix select_fallback_rq() vs cpu_active/cpu_onlinePeter Zijlstra1-16/+46
2012-03-23sched: Fix compiler warning about declared inline after usePeter Zijlstra1-8/+8
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-0/+1
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-12/+8
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-289/+307
2012-03-13sched/arch: Introduce the finish_arch_post_lock_switch() scheduler callbackCatalin Marinas2-0/+4
2012-03-12sched: Fix nohz load accounting -- again!Peter Zijlstra1-27/+26
2012-03-12sched: Update yield() docsPeter Zijlstra1-2/+18