aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2014-08-19printk: rename printk_sched to printk_deferredJohn Stultz
2014-07-29sched: Fix possible divide by zero in avg_atom() calculationMateusz Guzik
2014-06-27sched: Make scale_rt_power() deal with backward clocksPeter Zijlstra
2014-06-23Revert "sched: Fix sleep time double accounting in enqueue entity"Vincent Guittot
2014-06-20sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan
2014-06-20sched: Sanitize irq accounting madnessThomas Gleixner
2014-06-20sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)
2014-03-22sched: Fix double normalization of vruntimeGeorge McCollister
2014-03-12sched/rt: Remove redundant nr_cpus_allowed testShawn Bohrer
2014-03-12sched/rt: Add missing rmb()Peter Zijlstra
2014-03-12sched: Assign correct scheduling domain to 'sd_llc'Mel Gorman
2014-03-12sched: Initialize power_orig for overlapping groupsPeter Zijlstra
2014-03-12sched: Avoid NULL dereference on sd_busyPeter Zijlstra
2014-03-12sched: Remove unnecessary iteration over sched domains to update nr_busy_cpusPreeti U Murthy
2014-03-12sched: Fix asymmetric scheduling for POWER7Vaidyanathan Srinivasan
2014-01-15sched: Guarantee new group-entities always have weightPaul Turner
2014-01-15sched: Fix hrtimer_cancel()/rq->lock deadlockBen Segall
2014-01-15sched: Fix cfs_bandwidth misuse of hrtimer_expires_remainingBen Segall
2014-01-15sched: Fix race on toggling cfs_bandwidth_usedBen Segall
2014-01-09sched: numa: skip inaccessible VMAsMel Gorman
2014-01-09sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entitiesKirill Tkhai
2013-12-20sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall
2013-09-20sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov
2013-09-20sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_...Vladimir Davydov
2013-09-20sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...Vladimir Davydov
2013-09-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-09-16sched: Fix comment for sched_info_departMichael S. Tsirkin
2013-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-09-12sched/debug: Take PID namespace into accountPeter Zijlstra
2013-09-12sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura
2013-09-10sched: Fix load balancing performance regression in should_we_balance()Joonsoo Kim
2013-09-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2013-09-04Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-09-04Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds
2013-09-04sched/cputime: Do not scale when utime == 0Stanislaw Gruszka
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2013-09-02sched/fair: Fix the sd_parent_degenerate() codePeter Zijlstra
2013-09-02sched/fair: Rework and comment the group_imb codePeter Zijlstra
2013-09-02sched/fair: Optimize find_busiest_queue()Peter Zijlstra
2013-09-02sched/fair: Make group power more consistentPeter Zijlstra
2013-09-02sched/fair: Remove duplicate load_per_task computationsPeter Zijlstra
2013-09-02sched/fair: Shrink sg_lb_stats and play memset gamesPeter Zijlstra
2013-09-02sched: Clean-up struct sd_lb_statJoonsoo Kim
2013-09-02sched: Factor out code to should_we_balance()Joonsoo Kim
2013-09-02sched: Remove one division operation in find_busiest_queue()Joonsoo Kim
2013-08-29Merge branch 'linus' into perf/coreIngo Molnar
2013-08-16sched/cputime: Use this_cpu_add() in task_group_account_field()Christoph Lameter
2013-08-16cpumask: Fix cpumask leak in partition_sched_domains()Xiaotian Feng