summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2016-06-06sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsSasha Levin
2016-04-18sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen
2016-04-06sched: Fix crash in sched_init_numa()Raghavendra K T
2015-10-27sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov
2015-10-22sched/fair: Prevent throttling in early pick_next_task_fair()Ben Segall
2015-10-22sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra
2015-10-22sched: access local runqueue directly in single_task_runningDominik Dingel
2015-09-21sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr
2015-06-10sched, numa: do not hint for NUMA balancing on VM_MIXEDMAP mappingsMel Gorman
2015-05-22Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-05-18sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li
2015-05-08sched/core: Fix regression in cpuset_cpu_inactive() for suspendOmar Sandoval
2015-05-08sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner
2015-04-30Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-04-29cpuidle: Run tick_broadcast_exit() with disabled interruptsRafael J. Wysocki
2015-04-27x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini
2015-04-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-04-14Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-13Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2015-04-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-04-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-04-07mm: numa: disable change protection for vma(VM_HUGETLB)Naoya Horiguchi
2015-04-03sched/core: Drop debugging leftover trace_printk callBorislav Petkov
2015-04-03sched/idle: Use explicit broadcast oneshot control functionThomas Gleixner
2015-04-02sched/deadline: Support DL task migration during CPU hotplugWanpeng Li
2015-04-02sched/core: Check for available DL bandwidth in cpuset_cpu_inactive()Juri Lelli
2015-04-02sched/deadline: Always enqueue on previous rq when dl_task_timer() firesJuri Lelli
2015-04-02sched/core: Remove unused argument from init_[rt|dl]_rq()Abel Vesa
2015-03-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-03-27Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-03-27sched/deadline: Fix rt runtime corruption when dl fails its global constraintsWanpeng Li
2015-03-27sched/deadline: Avoid a superfluous checkWanpeng Li
2015-03-27sched: Improve load balancing in the presence of idle CPUsPreeti U Murthy
2015-03-27sched: Optimize freq invariant accountingPeter Zijlstra
2015-03-27sched: Move CFS tasks to CPUs with higher capacityVincent Guittot
2015-03-27sched: Add SD_PREFER_SIBLING for SMT levelVincent Guittot
2015-03-27sched: Remove unused struct sched_group_capacity::capacity_origVincent Guittot
2015-03-27sched: Replace capacity_factor by usageVincent Guittot
2015-03-27sched: Calculate CPU's usage statistic and put it into struct sg_lb_stats::gr...Vincent Guittot
2015-03-27sched: Add struct rq::cpu_capacity_origVincent Guittot
2015-03-27sched: Make scale_rt invariant with frequencyVincent Guittot
2015-03-27sched: Make sched entity usage tracking scale-invariantMorten Rasmussen
2015-03-27sched: Remove frequency scaling from cpu_capacityVincent Guittot
2015-03-27sched: Track group sched_entity usage contributionsMorten Rasmussen
2015-03-27sched: Add sched_avg::utilization_avg_contribVincent Guittot
2015-03-25mm: numa: slow PTE scan rate if migration failures occurMel Gorman
2015-03-23x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti
2015-03-23sched/rt: Use IPI to trigger RT task push migration instead of pullingSteven Rostedt
2015-03-23Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar